home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / hamcomm.arc / HC.CFG < prev    next >
Text File  |  1991-04-28  |  3KB  |  87 lines

  1. #
  2. # HamComm sample config file
  3. #
  4.  
  5. #
  6. # Setup serial ports
  7. #
  8. # HamComm has an interval table of available serial ports.
  9. # Every port uses a unique base io-address and interrupt request line.
  10. # Up to four ports can be defined.
  11. #
  12. #       iobase  irq
  13. #  COM1  0x3f8   4
  14. #  COM2  0x2f8   3
  15. #  COM3      0   0
  16. #  COM4      0   0
  17. #
  18. # COM1 and COM2 are predefined to their standard values.
  19. # COM3 and COM4 are undefined.
  20. # Undefined ports can not be selected from the 'Port' menue.
  21. #
  22. # Let's assume we have a non-standard serial port at address 0x3E8 (hex)
  23. # using interrupt request 5.  The following 'define port' statement will 
  24. # make this port available as COM4.
  25. #
  26. define port com4  iobase 0x3e8  irq 5
  27.  
  28. #
  29. # We can also redefine any port using the 'define port' statement.
  30. #
  31. # For the following example let's assume we have a mouse connected to COM1,
  32. # so we don't want HamComm to fool around with this port.
  33. # The following statement will reset the base address and irq for COM1
  34. # to protect the mouse driver.
  35. #
  36. define port com1  iobase 0  irq 0
  37.  
  38. #
  39. # At startup HamComm normally uses the first available port from the
  40. # port table.  This can be change with the 'select port' statement.
  41. #
  42. select port com4
  43.  
  44. #
  45. # Define text elements for function keys SHIFT_F1 - SHIFT_F10
  46. define text SHIFT_F1  " ryryryry cq cq cq de ~mycall~ ~mycall~ ~mycall~"
  47.                       " ~mycall~ ~mycall~\n"
  48. define text SHIFT_F2  " ryryryry ~call~ ~call~ ~call~"
  49.                       " de ~mycall~ ~mycall~ pse k k k\n"
  50. define text SHIFT_F3  " ryryryry ~call~ de ~mycall~\n"
  51. define text SHIFT_F4  " back to you ~name~... ~call~ de ~mycall~ pse k k k\n"
  52. define text SHIFT_F5  ~@station.txt~
  53. define text SHIFT_F7  " ~call~"
  54. define text SHIFT_F8  " ~mycall~"
  55. define text SHIFT_F9  "ryryryryry"
  56. define text SHIFT_F10 " pse k k k\n"
  57.  
  58. #
  59. # Define other text elements
  60. #
  61. define text banner    "\noooo   o      ooooo  o   o  ooooo   ooo"  
  62.                       "\no   o  o      o       o o   o      o   o" 
  63.                       "\no   o  o      oooo     o    ooo    o"     
  64.                       "\no   o  o          o    o    o      o   o" 
  65.                       "\noooo   ooooo  oooo     o    ooooo   ooo\n"
  66.  
  67. define text mycall    dl5yec
  68. define text myname    django
  69. define text myqth     paderborn
  70. define text mylocator jo41jr
  71. define text std10     " the temperature is abt "
  72. define text std9      " the weather today is "
  73. define text std8      " 73 es 55 to you ~name~ and your family."
  74. define text std7      " tnx for the nice qso and hope to cuagn."
  75. define text std6      " how do you copy ?"
  76. define text std5      " your report is "
  77. define text std4      " locator ~mylocator~ ~mylocator~"
  78. define text std3      " my qth is ~myqth~ ~myqth~ ~myqth~"
  79. define text std2      " my name is ~myname~ ~myname~ ~myname~."
  80. define text std1      " tnx for answering my call."
  81.  
  82. #
  83. # Ignore rest of config file
  84. #
  85. exit
  86.